home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1996 July
/
Amiga Games 1996 #7.iso
/
archive
/
userbox
/
publicdomain
/
muispell.lha
/
MUISpell
/
Source
/
GuiExtern.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-03-28
|
3KB
|
51 lines
/***************************************************************************
* *
* MUISpell *
* Spellchecking without texteditor, requires AlphaSpell and MUI *
* Copyright (C) 1996 Dirk Holtwick *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
* *
* Author: Dirk Holtwick *
* Karlstr. 59 *
* 47119 Duisburg *
* GERMANY *
* dirco@uni-duisburg.de *
* *
****************************************************************************/
extern ULONG do_learn( struct Hook *, void *, APTR );
extern ULONG do_goon( struct Hook *, void *, APTR );
extern ULONG do_back( struct Hook *, void *, APTR );
extern ULONG do_change( struct Hook *, void *, APTR );
extern ULONG do_lvaccept( struct Hook *, void *, APTR );
extern ULONG do_load( struct Hook *, void *, APTR );
extern ULONG do_save( struct Hook *, void *, APTR );
extern ULONG do_saveas( struct Hook *, void *, APTR );
extern ULONG do_ignore( struct Hook *, void *, APTR );
extern ULONG do_guess( struct Hook *, void *, APTR );
extern ULONG do_accept( struct Hook *, void *, APTR );
extern ULONG do_save_prefs( struct Hook *, void *, APTR );
extern ULONG do_use_prefs( struct Hook *, void *, APTR );
extern ULONG do_cancel_prefs( struct Hook *, void *, APTR );
extern ULONG do_ignore( struct Hook *, void *, APTR );
extern ULONG do_editdist( struct Hook *, void *, APTR );
extern ULONG do_books( struct Hook *, void *, APTR );
extern ULONG do_bookstart( struct Hook *, void *, APTR );
extern ULONG do_drawer( struct Hook *, void *, APTR );
extern ULONG do_line( struct Hook *, void *, APTR );
extern ULONG do_popup( struct Hook *, void *, APTR );